home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / dev / lang / FPL_V115.readme < prev    next >
Encoding:
Text File  |  1995-04-27  |  7.0 KB  |  151 lines

  1. Short:    Interpreting C-like language library. Version 11.5
  2. Author:   Daniel Stenberg
  3. Uploader: jskov@iesd.auc.dk
  4. Type:     dev/lang
  5.  
  6. TITLE
  7.         FPL
  8.  
  9. VERSION
  10.         11.5
  11.  
  12. COMPANY
  13.         FrexxWare
  14.  
  15. DESCRIPTION
  16.         FPL is an interpreting script/macro language shared library,
  17.         designed to be flexible and easy inserted in any code.
  18.  
  19.         FPL is a complete script programming language _very_ similar
  20.         to C. If you are a software developer and plan to add any
  21.         kind of macro/script control, consider the FPL alternative!
  22.  
  23.         FPL library lets the software programmer define functions
  24.         and variables that FPL should accept. The library will call
  25.         a function in the software whenever any of these functions
  26.         are used or variables are read in an FPL program.
  27.  
  28.         FPL is portable to any modern operating system, and the
  29.         package includes binaries for Amiga, OS/2 and Intel SVR4
  30.         UNIX. Source is included.
  31.  
  32.         The language FPL includes features like:
  33.  
  34.         o Full ANSI C syntax statements with semicolon separations.
  35.  
  36.         o String, integer/long, char and short variables, including
  37.           multidimensional arrays.
  38.  
  39.         o 100% ANSI C operator precedence and expression syntax/
  40.           evaluation.
  41.  
  42.         o A subset of the ANSI C function declaration and prototyping
  43.           syntax and concepts. The use of functions is exactly as C.
  44.  
  45.         o Fully recursive, fully re-entrant.
  46.  
  47.         o while, for, if, do, break, continue, else, int, exit, char,
  48.           long, register, auto, volatile, typedef, const, switch and
  49.           return are 100% ANSI C compatible. 'while' has been extended
  50.           with an 'else' support and 'break' with a multi level break
  51.           option.
  52.  
  53.         o A number of internal functions which include: strcmp,
  54.           strncmp, strstr, atoi, strtol, strlen, abs, sprintf and the
  55.           FPL specific substr, eval, ltostr and interpret!
  56.  
  57. HOST NAME
  58.         ftp: Aminet  ftp.luth.se
  59.  
  60. DIRECTORY
  61.         /pub/aminet/dev/lang
  62.  
  63. FILE NAME
  64.         FPL-V115.lha
  65.  
  66. DISTRIBUTABILITY
  67.         Free software, Copyright (C) 1992-1995 by FrexxWare
  68.  
  69.  
  70. ============================= Archive contents =============================
  71.  
  72. Original  Packed Ratio    Date     Time    Name
  73. -------- ------- ----- --------- --------  -------------
  74.    46892   27788 40.7% 08-Mar-95 20:58:00  FPL/bin_amiga/fpl.library
  75.    68959   35299 48.8% 10-Mar-95 23:37:32  FPL/bin_os2/FPL.DLL
  76.     2560     524 79.5% 19-Feb-95 17:02:16  FPL/bin_os2/FPL.LIB
  77.    70796   32709 53.7% 10-Mar-95 15:05:36  FPL/bin_svr4/libfpl
  78.      596     383 35.7% 22-Feb-95 11:46:06  FPL/bin_svr4/README.SVR4
  79.     5494    1876 65.8% 03-Aug-94 22:13:56  FPL/debug/dbsend.c
  80.     1387     704 49.2% 04-Aug-94 19:37:20  FPL/debug/Debugmail.h
  81.    24100   11245 53.3% 04-Nov-94 16:44:18  fpl/debug/FPLdb
  82.     9256    3073 66.7% 06-Aug-94 03:23:36  FPL/debug/FPLdb.c
  83.       54      54  0.0% 01-Aug-94 22:59:54  fpl/debug/myrun
  84.       54      49  9.2% 01-Aug-94 20:30:58  fpl/debug/SCOPTIONS
  85.     2607     854 67.2% 06-Aug-94 03:16:08  fpl/debug/smakefile
  86.     9890    3486 64.7% 06-Aug-94 04:30:34  fpl/demo.FPL
  87.    53414   16781 68.5% 22-Feb-95 10:38:02  fpl/docs/fpl.doc
  88.     1206     602 50.0% 08-Mar-94 21:28:12  fpl/docs/FPL.README
  89.    19764    7860 60.2% 01-Mar-95 18:43:12  FPL/docs/FPLdoc.doc
  90.    20134    8035 60.0% 18-Feb-95 19:38:08  FPL/docs/FPLdoc.guide
  91.    34352   11801 65.6% 01-Mar-95 18:42:54  FPL/docs/FPLlib.doc
  92.    33548   12087 63.9% 28-Feb-95 17:18:18  FPL/docs/FPLlib.guide
  93.   145479   42307 70.9% 08-Mar-95 21:29:46  FPL/docs/FPLuser.doc
  94.   140279   42615 69.6% 08-Mar-95 21:29:22  FPL/docs/FPLuser.guide
  95.      277     197 28.8% 15-Jun-93 13:10:00  fpl/fpl/ASCII2char.FPL
  96.      291     194 33.3% 15-Jun-93 13:10:16  fpl/fpl/char2ASCII.FPL
  97.     3535    1273 63.9% 09-May-94 20:31:12  FPL/funclib/func.c
  98.      570     315 44.7% 08-Apr-94 22:43:44  FPL/funclib/funclib.h
  99.     5738    2171 62.1% 22-Feb-95 10:37:26  FPL/funclib/lib.c
  100.     4240    1706 59.7% 29-Apr-94 01:19:12  fpl/funclib/README
  101.     2640     915 65.3% 02-May-94 21:05:26  fpl/funclib/smakefile
  102.    19476   10058 48.3% 09-May-94 20:08:26  fpl/funclib/test
  103.     4876    1834 62.3% 09-May-94 20:08:00  FPL/funclib/test.c
  104.      179     132 26.2% 02-May-94 19:24:26  fpl/funclib/test.fpl
  105.     2974    1505 49.3% 20-Feb-95 20:10:08  fpl/FUTURE
  106.     7924    3611 54.4% 08-Mar-95 20:39:26  fpl/HISTORY
  107.     2265     580 74.3% 12-Dec-94 19:58:58  fpl/include/clib/FPL_protos.h
  108.     5892    1968 66.5% 01-Feb-95 21:32:52  fpl/include/fpl/reference.h
  109.    23682    7694 67.5% 18-Feb-95 18:13:38  fpl/include/libraries/FPL.h
  110.     1811     570 68.5% 12-Dec-94 19:58:28  fpl/include/pragmas/FPL_pragmas.h
  111.      118      93 21.1% 01-Oct-92 23:41:38  fpl/include/proto/FPL.h
  112.     4450    2076 53.3% 19-Feb-95 13:33:14  fpl/README
  113.    16678    4827 71.0% 08-Mar-95 20:20:52  FPL/src/caller.c
  114.     7165    1606 77.5% 16-Mar-94 19:29:30  FPL/src/compile.c
  115.     8844    3616 59.1% 22-Feb-95 21:51:28  fpl/src/COMPILING
  116.     3647    1215 66.6% 04-Aug-94 04:32:14  FPL/src/debug.c
  117.     2538     783 69.1% 01-Aug-94 04:34:20  FPL/src/debug.h
  118.      172     104 39.5% 08-Apr-94 23:12:06  fpl/src/fpl.exp
  119.     3012     965 67.9% 12-Dec-94 20:53:54  fpl/src/fpl.fd
  120.    23682    7694 67.5% 18-Feb-95 18:13:38  FPL/src/FPL.h
  121.     5829    1914 67.1% 18-Feb-95 18:25:46  FPL/src/frontend.c
  122.    28018    7995 71.4% 28-Feb-95 08:55:12  FPL/src/hash.c
  123.     9148    2758 69.8% 08-Oct-94 17:07:10  FPL/src/liballoc.a
  124.     5046    1462 71.0% 03-Oct-94 21:39:20  FPL/src/liballoc.h
  125.     3013     980 67.4% 29-Sep-94 23:33:48  FPL/src/liballoc.i
  126.     2878    1000 65.2% 14-Mar-94 20:54:22  FPL/src/libent.a
  127.     8446    2573 69.5% 18-Nov-94 12:45:02  FPL/src/libinit.c
  128.     3405    1214 64.3% 20-Aug-94 20:19:00  FPL/src/Makefile.AIX
  129.     2842     985 65.3% 18-Nov-94 14:03:58  FPL/src/Makefile.FILE
  130.     2835     972 65.7% 19-Feb-95 18:21:22  FPL/src/Makefile.OS2
  131.     3392    1211 64.2% 22-Feb-95 11:32:40  FPL/src/Makefile.SVR4
  132.    18672    5011 73.1% 20-Feb-95 20:41:50  FPL/src/memory.c
  133.     2865     934 67.3% 05-Feb-94 19:03:44  FPL/src/memory.h
  134.    90755   21684 76.1% 07-Mar-95 08:56:32  FPL/src/numexpr.c
  135.     7941    2426 69.4% 01-Feb-95 21:33:46  FPL/src/reference.c
  136.     5892    1968 66.5% 01-Feb-95 21:32:52  FPL/src/reference.h
  137.    11718    3423 70.7% 18-Feb-95 18:04:02  FPL/src/scan.c
  138.    67559   18852 72.0% 28-Feb-95 09:00:00  FPL/src/script.c
  139.    43374   13451 68.9% 28-Feb-95 09:00:10  FPL/src/script.h
  140.    22272   12585 43.4% 08-Mar-95 20:58:20  fpl/src/SFPL
  141.     4566    1548 66.0% 08-Mar-95 20:39:58  fpl/src/smakefile
  142.    13694    4163 69.5% 01-Dec-94 20:08:12  FPL/src/sprintf.c
  143.    46547   13273 71.4% 08-Mar-95 20:36:22  FPL/src/statement.c
  144.     9008    5897 34.5% 02-Jun-94 22:13:14  fpl/util/FrexxCalc
  145.     6167    2557 58.5% 02-Jun-94 22:12:32  fpl/util/FrexxCalc.c
  146.      412     273 33.7% 21-Aug-94 19:41:18  fpl/util/FrexxCalc.doc
  147.    11308    7139 36.8% 03-Jun-94 20:05:52  fpl/util/liblist
  148.     2449    1100 55.0% 21-Aug-94 19:39:46  fpl/util/liblist.doc
  149. -------- ------- ----- --------- --------
  150.  1287548  457182 64.4% 17-Mar-95 12:40:46   75 files
  151.